TExtension
the type of the extension
Keysight Pathwave 89600 VSA .NET API
IExtensible<TExtension> Interface
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.VsaInternal Namespace : IExtensible<TExtension> Interface


Glossary Item Box

An interface that extends the IExtensible interface and provides strongly typed members.

Syntax

Visual Basic (Declaration) 
Public Interface IExtensible(Of TExtension) 
   Inherits IExtensible 
C# 
public interface IExtensible<TExtension> : IExtensible  
C++/CLI 
generic<typename TExtension>
public interface class IExtensible : public IExtensible  

Type Parameters

TExtension
the type of the extension

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 28.00

See Also